home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / control.dxr / 00017_stop_off.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  198 b   |  10 lines

  1. on mouseDown
  2.   global auto
  3.   puppetSound("ButtonSound")
  4.   set the puppet of sprite 2 to 0
  5.   set the puppet of sprite 8 to 1
  6.   set the memberNum of sprite 8 to 18
  7.   updateStage()
  8.   set auto to 2
  9. end
  10.